import { Link } from '@aws-amplify/ui-react';
import { TerminalCommand } from '@/components/InstallScripts';
Run `amplify add auth` to configure how you want the Authenticator and its associated Cognito resources to behave. If you want more details on all of the options available in this step, please check out the Amplify Android Auth [getting started page](https://docs.amplify.aws/lib/auth/getting-started/q/platform/android/#set-up-backend-resources) or the more detailed Amplify CLI [documentation](https://docs.amplify.aws/cli/auth/overview/).
Alternatively, if you already have an Amplify app set up that you want to import the backend from, run `amplify pull` to sync your `amplifyconfiguration.json` with your cloud backend:
This will update your `amplifyconfiguration.json` with your latest backend configuration for the Authenticator.